home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / MT61D.ARJ / MT.BAT < prev    next >
DOS Batch File  |  1992-04-23  |  661b  |  30 lines

  1. echo off
  2. cls
  3. if not x==%1x goto START
  4. echo SYNTAX:  "MT xxx"  (where xxx are your initials)
  5. goto END
  6. :START
  7. if x==%2x echo For "pop-up" service, enter "MT xxx MR"  (xxx are your initials)
  8. cd\MANAGEX
  9. :START2
  10. echo .
  11. if exist end.fyl goto RETURN
  12. rem if exist m.d input x x x x x %1 x x mt
  13. rem pc-beep x x x x x %1 x x x mt
  14. MTTRACK x x x x x %1 x x x %2
  15. if not exist util%1.bat goto RETURN
  16. echo off
  17. cls
  18. util%1
  19. goto START2
  20. :RETURN
  21. echo off
  22. if not exist doexport goto SE
  23. rem if exist pc-sched.lbf export x x x x x %1 x x mt
  24. if exist doexport erase doexport
  25. :SE
  26. if exist util%1.bat erase util%1.bat
  27. if exist end.fyl erase end.fyl
  28. cls
  29. :END
  30.